home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.20041116-20060924
/
000041_fdc@columbia.edu_Mon Jan 24 20:12:57 2005.msg
< prev
next >
Wrap
Internet Message Format
|
2020-01-01
|
2KB
Path: newsmaster.cc.columbia.edu!not-for-mail
From: Frank da Cruz <fdc@columbia.edu>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: What about that gnu kermit, gkermit (circa 1999)? Usable? OK?
Date: 25 Jan 2005 01:12:50 GMT
Organization: Columbia University
Lines: 28
Message-ID: <slrncvb78i.i8q.fdc@sesame.cc.columbia.edu>
References: <cqkui9$guk$1@panix1.panix.com> <slrncsu0q9.707.fdc@sesame.cc.columbia.edu> <2PEId.15089$8u5.13322@bgtnsc04-news.ops.worldnet.att.net> <slrncvaccq.e3n.fdc@sesame.cc.columbia.edu> <slrncvadp4.i8q.fdc@sesame.cc.columbia.edu> <cscJd.20963$8u5.10276@bgtnsc04-news.ops.worldnet.att.net>
Reply-To: fdc@columbia.edu
NNTP-Posting-Host: sesame.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1106615570 25626 128.59.59.56 (25 Jan 2005 01:12:50 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 25 Jan 2005 01:12:50 GMT
User-Agent: slrn/0.9.8.0 (SunOS)
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15276
On 2005-01-24, The Eighth Doctor <drwho8__NOTME__@att.net> wrote:
: ...
: Okay that seems to work ... using your suggestion on the
: make file produced things this way:
:
: Script started on Mon 24 Jan 2005 02:50:56 PM EST
: root@who3:/usr/src/gku100# make KFLAGS=-DERRNO_H posix
: make "CC=cc" "CFLAGS=-DPOSIX -O -DERRNO_H" gkermit
: make[1]: Entering directory `/usr/src/gku100'
: cc -DPOSIX -O -DERRNO_H -c gkermit.c
: cc -DPOSIX -O -DERRNO_H -c gunixio.c
: cc -DPOSIX -O -DERRNO_H -c gcmdline.c
: cc -o gkermit gproto.o gkermit.o gunixio.o gcmdline.o
: make[1]: Leaving directory `/usr/src/gku100'
: root@who3:/usr/src/gku100# exit
: Script done on Mon 24 Jan 2005 02:51:43 PM EST
:
: Which tells me it worked. I suggest that the pages for gkermit should be
: updated,
:
This information was added some time ago (so long ago I must have forgetten
about it :-)
http://www.columbia.edu/kermit/gkermit.html#buil
The ERRNO_H is in the list of KFLAGS.
- Frank